home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / 101 / data / file chopper 20 / fchop.exe / TheFileChopper.exe / 0 / RCDATA / TFRMDISK / TFRMDISK.txt < prev   
Text File  |  1998-10-28  |  990b  |  56 lines

  1. object frmDisk: TfrmDisk
  2.   Left = 236
  3.   Top = 119
  4.   AutoScroll = False
  5.   Caption = '#'
  6.   ClientHeight = 144
  7.   ClientWidth = 212
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = OnActivate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object ChooseDiskNr: TLabel
  19.     Left = 10
  20.     Top = 20
  21.     Width = 88
  22.     Height = 16
  23.     Caption = 'ChooseDiskNr'
  24.   end
  25.   object txtNr: TEdit
  26.     Left = 69
  27.     Top = 59
  28.     Width = 60
  29.     Height = 24
  30.     TabOrder = 0
  31.     Text = '1'
  32.   end
  33.   object UpDown1: TUpDown
  34.     Left = 129
  35.     Top = 59
  36.     Width = 19
  37.     Height = 24
  38.     Associate = txtNr
  39.     Min = 1
  40.     Max = 32760
  41.     Position = 1
  42.     TabOrder = 1
  43.     Wrap = False
  44.   end
  45.   object OKBtn: TBitBtn
  46.     Left = 69
  47.     Top = 98
  48.     Width = 80
  49.     Height = 31
  50.     Cursor = crHandPoint
  51.     TabOrder = 2
  52.     OnClick = OKBtnClick
  53.     Kind = bkOK
  54.   end
  55. end
  56.